home *** CD-ROM | disk | FTP | other *** search
- global Videolar, Videox, VMetinler
-
- on mouseUp me
- cs = the currentSpriteNum
- if sprite(cs).visible = 0 then
- exit
- end if
- if cs = 10 then
- Istikamet = -1
- else
- Istikamet = 1
- end if
- Videox = Videox + Istikamet
- VGoster()
- if Videox = Videolar.count then
- sprite(11).visible = 0
- else
- sprite(11).visible = 1
- end if
- if Videox = 1 then
- sprite(10).visible = 0
- else
- sprite(10).visible = 1
- end if
- end
-